PaidDisbursement 
EntityType  Independent 
Logical Entity Name  PaidDisbursement 
Default Table Name  FaDisb 
Logical Only  NO 
Definition 
 
Note 
 

PaidDisbursement Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
PaidDisbursementId(PK)    INTEGER  NO 
 
StudentId(FK)    INTEGER  YES 
 
StudentAwardId(FK)    INTEGER  NO 
 
DisbursementNumber    INTEGER  YES 
 
DisbursedDate    DATETIME  NO 
 
PaymentPeriodId    INTEGER  YES 
 
TermId(FK)    INTEGER  YES 
 
ExpectedAmount    MONEY(19, 4)  NO 
 
ActualAmount    MONEY(19, 4)  NO 
 
InterestAmount    MONEY(19, 4)  NO 
 
CheckNumber    VARCHAR(20)  YES 
 
DisbursementBatchId    INTEGER  NO 
 
DepositDate    DATETIME  YES 
 
EndorsedDate    DATETIME  YES 
 
Status    CHAR(1)  NO 
 
PaymentPeriodNumber    INTEGER  YES 
 
PgDisbStatus    CHAR(1)  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
LastModifiedUserId    INTEGER  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
ScheduledDisbursementId(FK)    INTEGER  YES 
 
ReceiptPrintedDate    DATETIME  YES 
 
StudentAcademicYearId    INTEGER  YES 
 
HoursWorked    MONEY(19, 4)  YES 
 
PeriodEndDate    DATETIME  YES 
 
InterestRebateAmt    NUMERIC(18, 0)  YES 
 
CreatedByUserId    INTEGER  NO 
 
CheckDate    DATETIME  YES 
 
EarnedDate    DATETIME  YES 
 
TimeCardIdentifier    INTEGER  NO 
 
StudentPaymentPeriodId(FK)    INTEGER  YES 
 
IsDisbDateAdjustmentPending    BIT  NO 
 
IsAXPayment    BIT  NO 
 
StudentAwardId(FK)    INTEGER  YES 
 

PaidDisbursement Keys 
Key Name  Key Type  Keys 
FaDisb_FaStudentAidID_FaDisbID_U_N_IDX  Alternate Key  StudentAwardId, PaidDisbursementId 
FaDisb_FaDisbBatchID_N_N_IDX  Inversion Entry  DisbursementBatchId 
FaDisb_FaStudentAyPaymentPeriodId_N_N_IDX  Inversion Entry  StudentPaymentPeriodId 
FaDisb_FaStudentAidID_N_N_IDX  Inversion Entry  StudentAwardId 
FaDisb_FaDisbID_U_C_IDX  PrimaryKey  PaidDisbursementId 
FaDisb_FaDisbBatchId_FaSchedId_FaDisbId_U_N_IDX  Alternate Key  DisbursementBatchId, PaidDisbursementId 

PaidDisbursement Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
StudentAward  Non-Identifying  One To Zero or More        StudentAwardId  NO 
StudentAcademicYearPaymentPeriod  Non-Identifying  Zero or One to Zero or More        StudentPaymentPeriodId  NO 
ScheduledDisbursement  Non-Identifying  Zero or One to Zero or More        ScheduledDisbursementId  NO 
Student  Non-Identifying  Zero or One to Zero or More        StudentId  NO 
StudentAward  Non-Identifying  Zero or One to Zero or More        StudentAwardId  NO 
Term  Non-Identifying  Zero or One to Zero or More        TermId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
CodGrantDisbursement  Non-Identifying  One To Zero or More          NO 
ScheduledDisbursement  Non-Identifying  One To Zero or More          NO 
CreditCardBatchTransaction  Non-Identifying  One To Zero or More          NO 
ScheduledDisbursement  Non-Identifying  One To Zero or More          NO 
StudentAccountTransaction  Non-Identifying  One To Zero or More          NO 

PaidDisbursement Check Constraints 
Check Constraint Name  CheckConstraint